LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorThresholdCommand Constructor(ColorThresholdCommandType,ColorThresholdCommandComponent[])

Show in webframe







Value that represents the color space on which the threshold is based.
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.
Initializes a new ColorThresholdCommand class object with explicit parameters.
Syntax
public ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent[] components
)
'Declaration
 
Public Function New( _
   ByVal type As ColorThresholdCommandType, _
   ByVal components() As ColorThresholdCommandComponent _
)
'Usage
 
Dim type As ColorThresholdCommandType
Dim components() As ColorThresholdCommandComponent
 
Dim instance As New ColorThresholdCommand(type, components)
public ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent[] components
)
- (id)initWithType:(LTColorThresholdCommandType)type 
        components:(NSArray*)components;
            
public ColorThresholdCommand(
 ColorThresholdCommandType type, 
 ColorThresholdCommandComponent[] components
)
            
function ColorThresholdCommand( 
   type ,
   components 
)

Parameters

type
Value that represents the color space on which the threshold is based.
components
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.
Example
Refer to ColorThresholdCommand.
Requirements

Target Platforms

See Also

Reference

ColorThresholdCommand Class
ColorThresholdCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.